home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 August / Software of the Month Club 1996 August.iso / pc / dos / biz / instapay / eftcomcq.bat < prev    next >
DOS Batch File  |  1996-03-20  |  221b  |  12 lines

  1.  
  2. IF NOT EXIST INDEX\EFTXMIT.FL GOTO DONE
  3.  
  4.     DEL INDEX\EFTPRINT.FL
  5.  
  6. :RENPRINT
  7.     REN INDEX\EFTXMIT.FL  EFTPRINT.FL
  8.     IF NOT EXIST INDEX\EFTPRINT.FL GOTO RENPRINT
  9.     COPY INDEX\EFTPRINT.FL LPT1:    
  10.  
  11. :DONE
  12.